ComponentOne Scheduler for WinForms
Contains(IList<DateTime>) Method

C1.Win.C1Schedule.4 Assembly > C1.C1Schedule Namespace > DateList Class > Contains Method : Contains(IList<DateTime>) Method
A list of System.DateTime values to search for.
Returns true if either of specified items exists in the wrapped list.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal days As System.Collections.Generic.IList(Of Date) _
) As System.Boolean
public System.bool Contains( 
   System.Collections.Generic.IList<DateTime> days
)

Parameters

days
A list of System.DateTime values to search for.

Return Value

True if at least one of specified items exists in the wrapped list.
See Also

Reference

DateList Class
DateList Members
Overload List